projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5028cb3
)
gtk-autocleanups: add cleanup function for GtkRecentInfo
author
Marco Trevisan
<mail@3v1n0.net>
Mon, 5 Nov 2018 21:37:42 +0000
(21:37 +0000)
committer
Marco Trevisan
<mail@3v1n0.net>
Mon, 5 Nov 2018 21:37:42 +0000
(21:37 +0000)
gtk/gtk-autocleanups.h
patch
|
blob
|
history
diff --git
a/gtk/gtk-autocleanups.h
b/gtk/gtk-autocleanups.h
index 1bd86643deafb5377783aa362692055363be301a..118779d1fadc524966f79c3a904f8dd5aaa4d9fc 100644
(file)
--- a/
gtk/gtk-autocleanups.h
+++ b/
gtk/gtk-autocleanups.h
@@
-180,6
+180,7
@@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkViewport, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkVolumeButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkPaperSize, gtk_paper_size_free)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkRecentInfo, gtk_recent_info_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkSelectionData, gtk_selection_data_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTextIter, gtk_text_iter_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkTreeIter, gtk_tree_iter_free)